Adds the specified nodes to the end of the list view.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void AddNodes ( |
Visual Basic
Copy Code
|
|---|
Public Sub AddNodes( _ |
The array of nodes to add.
The array of texts to be displayed for the nodes.
See Also